Release 10.1A: OpenEdge Development:
Messaging and ESB


Request/Reply

Request/Reply is a mechanism for the JMSReplyTo message header field to specify the destination where replies to a message should be sent. To specify the message destination, use the requestReply procedure.

Note: The term destination refers to both topics and queues.

Java–JMS supports a manual approach through the JMSReplyTo field, whereas the 4GL-JMS implementation automates the request/reply sequence by:

The 4GL-JMS implementation uses a temporary destination for the reply. It is an error to set the JMSReplyTo field of the message explicitly if requestReply procedure is used. The reply is received by the Message Consumer asynchronously, just like any other message. The temporary destination is deleted when the Message Consumer object is deleted.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095